home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
btnclock
/
frmstopc.frm
< prev
next >
Wrap
Text File
|
1995-09-06
|
2KB
|
69 lines
VERSION 2.00
Begin Form frmStopClock
Caption = "buttonClock"
ClientHeight = 1590
ClientLeft = 2970
ClientTop = 3300
ClientWidth = 4185
Height = 1995
Left = 2910
LinkTopic = "Form2"
ScaleHeight = 1590
ScaleWidth = 4185
Top = 2955
Width = 4305
Begin CommandButton btnNo
Caption = "No"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 432
Left = 2760
TabIndex = 2
Top = 840
Width = 912
End
Begin CommandButton btnYes
Caption = "Yes"
Default = -1 'True
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 432
Left = 2760
TabIndex = 1
Top = 240
Width = 912
End
Begin Label Label1
Caption = "Close the Clock?"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 372
Left = 360
TabIndex = 0
Top = 540
Width = 1992
End
End
Option Explicit
Sub btnNo_Click ()
Hide
End Sub
Sub btnYes_Click ()
End 'bye bye
End Sub